crypto/x509.policyGraphNode.children (field)

8 uses

	crypto/x509 (current package)
		verify.go#L1314: 	children map[*policyGraphNode]bool
		verify.go#L1321: 		children:          map[*policyGraphNode]bool{},
		verify.go#L1325: 		p.children[n] = true
		verify.go#L1344: 		children:          map[*policyGraphNode]bool{},
		verify.go#L1392: 		delete(p.children, n)
		verify.go#L1394: 	for c := range n.children {
		verify.go#L1423: 			if len(n.children) == 0 {
		verify.go#L1425: 					delete(p.children, n)